// Lang_36 [Unicode].nova // The application class. class UnicodeApp { // Application class's "main" function. public static void main( String[] args ) { // Create a Unicode string. String s = "☺☻☼♀♂♠♣♥♦♪♫"; // Output the Unicode string. Stream.writeLine( s ); } }